home *** CD-ROM | disk | FTP | other *** search
/ Aminet 33 / Aminet 33 - October 1999.iso / Aminet / dev / misc / Bump.lha / Bump / Bump-c < prev    next >
Encoding:
Text File  |  1999-08-11  |  757 b   |  29 lines

  1. ## $VER bump-c 1.0 (07.07.99) ©1999 Robin Cloutman, All Rights Reserved.
  2. ## suffix h
  3. ## inform Generating C code (%n_rev.h)...
  4. /****************************************************************
  5.    This file was created automatically by `%V'.
  6.  
  7.    Do NOT edit by hand!
  8. ****************************************************************/
  9.  
  10. #define    VERSION        %v
  11. #define    REVISION        %r
  12. #define    DATE            "%d"
  13. #define    NAME            "%n"
  14.  
  15. #if    defined(__mc68060__)
  16. #define    VERS            "%n[060] %v.%r"
  17. #elif    defined(__mc68040__)
  18. #define    VERS            "%n[040] %v.%r"
  19. #elif    defined(__mc68030__)
  20. #define    VERS            "%n[030] %v.%r"
  21. #elif    defined(__mc68020__)
  22. #define    VERS            "%n[020] %v.%r"
  23. #else
  24. #define    VERS            "%n %v.%r"
  25. #endif
  26.  
  27. #define    VSTRING        VERS" (%d)\r\n"
  28. #define    VERSTAG        "\0$VER: "VERS" (%d)"
  29.